From: lukaslueg Date: Fri, 22 Sep 2017 15:08:31 +0000 (+0200) Subject: Update CONTRIBUTING.md X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~40^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=100877b4787b75ea9d172fc041d4fe709faa0d29;p=cargo.git Update CONTRIBUTING.md Point out that code added to Cargo may raise the minimal version of Rust required. Cargo does not have a grace period where it has to compile on "stable -2" or anything like that. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d3ff879c3..cb0618b15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,10 @@ installed locally, ignore the cross-compile test failures, or disable them by using `CFG_DISABLE_CROSS_TESTS=1 cargo test`. Note that some tests are enabled only on nightly toolchain. +## Minimal version of Rust + +Cargo must compile on stable Rust. Code added to Cargo is encouraged to use +the latest stable features of the language and `stdlib`. ## Contributing to the Docs